home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / program / wdj0696.zip / BURK.ZIP / VCMAKE.BAT < prev   
DOS Batch File  |  1996-04-04  |  143b  |  5 lines

  1. rc -r goalman.rc
  2. cl /DSTRICT /c /YX /Zd /Tp test.c
  3. link /DEBUG test.obj test.res comctl32.lib comdlg32.lib ole32.lib gdi32.lib user32.lib
  4.  
  5.